home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Agent Central Host Computer
/
Agent - Central Host Computer.iso
/
_SETUP.1
/
ocucmnd.ctl
< prev
next >
Wrap
Text File
|
2000-05-12
|
1KB
|
62 lines
-- RCSVER $Id: ocucmnd.ctl,v 1.1 2000-05-03 12:29:11-05 randy Exp $ */
-- *************************************************************************
-- Copyright (C) 1999, Agent Systems, Inc. All Rights Reserved.
--
-- Name: ocucmnd.ctl
-- Date: 02/17/1999
-- memo: Randy Wood
-- Description: Load the data for the ocucmnd table.
-- Changes:
-- ********************************************************************** */
LOAD DATA
INFILE *
INTO TABLE ocucmnd
fields terminated by "|"
trailing nullcols
(
id,
sec_level,
descr,
config_num
)
begindata
1|1|Help|1|
2|1|Start shift|1|
3|1|End shift|1|
4|2|Select fare set|1|
5|2|Select route|1|
6|2|Inquire|1|
7|2|Clear coin jam|1|
8|2|Clear bill jam|1|
9|2|Accept next bill|1|
10|2|Cancel next bill|1|
11|2|Register payment|1|
12|2|Accept overpayment|1|
13|2|Perform self test|1|
14|10|Supervisor reset|1|
15|5|Reset all modes|1|
16|5|Set time|1|
17|2|Power off|1|
18|1|Relief start shift|1|
19|1|Relief end shift|1|
20|10|Totals reset|1|
21|2|Insert paper ticket|1|
22|10|Fare counts|1|
23|2|Key counts|1|
24|2|Bump stacker motor|1|
25|10|Configure farebox|1|
26|1|Silent alarms|1|
27|10|Unlock access Door|1|
28|10|Jam clear password|1|
29|10|Single bit test|1|
30|1|Dump UPR|1|
31|1|Coin only mode|1|
32|1|Bill only mode|1|
33|1|End of trip|1|
34|1|Alarm inquire|1|
35|1|Cancel or Reject|1|
36|1|Accumulate|1|
37|1|Tally|1|
38|10|Initialize board|1|
39|1|History inquire|1|